c# get binary array from int

78

c# get binary array from int -

byte[] bytes = BitConverter.GetBytes(i);

Comments

Submit
0 Comments